Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.audit.service.NXAuditEventsService--event

This contribution is part of XML component org.nuxeo.ecm.platform.audit.service.NXAuditEventsService inside nuxeo-platform-audit-core-9.10.jar /OSGI-INF/nxaudit-service.xml

Documentation

Those default auditable events match Nuxeo core base events.

If you are sending new Nuxeo core events and want them audited, this is the place to declare them NXAudit side.

Extension Point

Extension point event of component NXAuditEventsService.

Contributed Items

  • <event name="documentCreated"/>
  • <event name="documentCreatedByCopy"/>
  • <event name="documentDuplicated"/>
  • <event name="documentMoved"/>
  • <event name="documentRemoved"/>
  • <event name="documentModified"/>
  • <event name="documentLocked"/>
  • <event name="documentUnlocked"/>
  • <event name="documentSecurityUpdated"/>
  • <event name="retentionActiveChanged"/>
  • <event name="lifecycle_transition_event"/>
  • <event name="loginSuccess"/>
  • <event name="loginFailed"/>
  • <event name="logout"/>
  • <event name="documentCheckedIn"/>
  • <event name="versionRemoved"/>
  • <event name="documentProxyPublished"/>
  • <event name="sectionContentPublished"/>
  • <event name="documentRestored"/>
  • <event name="download"/>

XML Source

<extension point="event" target="org.nuxeo.ecm.platform.audit.service.NXAuditEventsService">
    <documentation>
      Those default auditable events match Nuxeo core base events.
      <p/>
      If you are sending new Nuxeo core events and want them audited, this is
      the place to declare them NXAudit side.
    </documentation>

    <event name="documentCreated"/>
    <event name="documentCreatedByCopy"/>
    <event name="documentDuplicated"/>
    <event name="documentMoved"/>
    <event name="documentRemoved"/>
    <event name="documentModified"/>
    <event name="documentLocked"/>
    <event name="documentUnlocked"/>
    <event name="documentSecurityUpdated"/>
    <event name="retentionActiveChanged"/>
    <event name="lifecycle_transition_event"/>
    <event name="loginSuccess"/>
    <event name="loginFailed"/>
    <event name="logout"/>
    <event name="documentCheckedIn"/>
    <event name="versionRemoved"/>
    <event name="documentProxyPublished"/>
    <event name="sectionContentPublished"/>
    <event name="documentRestored"/>
    <event name="download"/>
  </extension>